home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Read Me < prev    next >
Text File  |  1997-02-06  |  622b  |  21 lines

  1. Quill is Raven's view editor. This is a fairly large application and is not really 
  2. intended as an example, but it does illustrate some of the more esoteric features
  3. of Raven:
  4.  
  5. ・ハCApplication overrides the default event routing mechanism. (The more usual way
  6. to do this is with an TBehavior, see CApplication::OnWindowMouseDown for a discussion
  7. of why this wasn't used with Quill).
  8.  
  9. ・ Several examples of using a THierarchicalTable.
  10.  
  11. ・ハUsing a custom TRubberBandTracker.
  12.  
  13. ・ハUsing MDragSource and MDragTarget.
  14.  
  15. ・ハUsing a TCachedView.
  16.  
  17. ・ Custom adorners.
  18.  
  19. ・ Tool windows.
  20.  
  21. ・ Streaming view hierarchies in and out of handles.